home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Biz / Patch / Ffs4514p.readme < prev    next >
Text File  |  2003-02-24  |  2KB  |  45 lines

  1. Short:  Unofficial patch for the 45.13 FastFileSystem (3.9 BB2)
  2. Author: Etienne Vogt (Etienne.Vogt@obspm.fr)
  3. Type:   util/misc
  4.  
  5.  The FastFileSystem shipped in OS 3.9 BB2 (V45.13) has a bug in the disk
  6. validator code. A memory buffer that is allocated for the validation is
  7. later freed with a wrong smaller size, causing a memory leak as well as
  8. a mismatched FreeMem() report from debugging tools like MuGuardianAngel
  9. and MungWall.
  10.  As an official fix for this is now quite unlikely to appear, I decided
  11. to release the patch I made myself a few months ago.
  12.  
  13.  THIS PATCH IS COMPLETELY UNOFFICIAL. IT HAS NOT BE APPROVED BY AMIGA INC.
  14. OR BY HAAGE & PARTNER. BY USING IT ON YOUR SYSTEM, YOU ACCEPT THE ENTIRE
  15. RISK AS TO ITS QUALITY AND PERFORMANCE.
  16. PLEASE BACKUP YOUR DISKS BEFORE TRYING TO INSTALL THE PATCHED FFS ON YOUR
  17. AMIGA !!!
  18.  
  19.  Only this archive may be freely redistributed. The patched FastFileSystem
  20. generated by it contains code from the AmigaOS 3.9 FastFileSystem and is thus
  21. subject to the same restrictions than the original.
  22.  
  23.  The first released archive of this patch had a incorrect patch file included
  24. which will not work. If you downloaded it before February 6th, please get the
  25. new one.
  26.  
  27. Installation
  28. ------------
  29.  
  30.  You must have the 45.13 FastFileSystem from OS3.9 BB2 in your L: directory.
  31. First rename the 45.13 FastFileSystem to FastFileSystem.old, then, create the
  32. 45.14 FastFileSystem with the spatch command and the FastFileSystem4514.pch
  33. patch file included in this archive:
  34.  
  35. spatch -pFastFileSystem4514.pch -oL:FastFileSystem L:FastFileSystem.old
  36.  
  37.  Finally, use your favourite harddisk installation tool (HDToolBox from OS3.9
  38. for example) to install the new FastFileSystem into your harddisk's rdb area.
  39.  
  40.  If you want this patched FFS to be also used for floppy drives, you need to
  41. make it resident using Thomas Richter's LoadModule command, available on
  42. Aminet as util/boot/LoadModule.lha. You also need to modify the SetPatch
  43. command in your Startup-Sequence to skip loading the 45.13 FFS from the ROM
  44. Update file by adding SKIPROMMODULES "filesystem" to the SetPatch command.
  45.